Edge Location

aws/global-infra aws/networking

💡 Definition

An AWS Edge Location is a site that AWS uses to deliver services with lower latency to users by caching content closer to them. They are part of the global network but are distinct from Regions and AZs.

🔑 Key Concepts

⚙️ How it Works

When a user requests content that is served via CloudFront, the request is routed to the nearest Edge Location. If the content is cached there, it's delivered immediately. If not, the Edge Location retrieves it from the origin server (e.g., an S3 bucket or an EC2 instance) and caches it for future requests.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * CloudFront * Region * AZ * Route 53